github.com/andybalholm/brotli.hashForgetfulChain.free_slot_idx (field)
6 uses
github.com/andybalholm/brotli (current package)
hash_forgetful_chain.go#L51: free_slot_idx []uint16
hash_forgetful_chain.go#L73: h.free_slot_idx = make([]uint16, h.numBanks)
hash_forgetful_chain.go#L103: for i := range h.free_slot_idx {
hash_forgetful_chain.go#L104: h.free_slot_idx[i] = 0
hash_forgetful_chain.go#L113: idx := uint(h.free_slot_idx[bank]) & ((1 << h.bankBits) - 1)
hash_forgetful_chain.go#L114: h.free_slot_idx[bank]++
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |